encoding/json.scanner.err (field)
12 uses
encoding/json (current package)
indent.go#L76: return dst[:origLen], scan.err
indent.go#L171: return dst[:origLen], scan.err
scanner.go#L36: return scan.err
scanner.go#L40: return scan.err
scanner.go#L80: err error
scanner.go#L153: s.err = nil
scanner.go#L160: if s.err != nil {
scanner.go#L170: if s.err == nil {
scanner.go#L171: s.err = &SyntaxError{"unexpected end of JSON input", s.bytes}
scanner.go#L593: s.err = &SyntaxError{"invalid character " + quoteChar(c) + " " + context, s.bytes}
stream.go#L119: dec.err = dec.scan.err
stream.go#L120: return 0, dec.scan.err
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |